golang.org/x/net/http2.pipe.closeWithErrorAndCode (method)

3 uses

	golang.org/x/net/http2 (current package)
		pipe.go#L115: func (p *pipe) closeWithErrorAndCode(err error, fn func()) { p.closeWithError(&p.err, err, fn) }
		server.go#L1880: 		st.body.closeWithErrorAndCode(io.EOF, st.copyTrailersToHandlerRequest)
		transport.go#L2719: 		cs.bufPipe.closeWithErrorAndCode(io.EOF, cs.copyTrailers)